home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFEDITCHAR / TFEDITCHAR.txt
Text File  |  2006-04-19  |  2KB  |  116 lines

  1. object fEditChar: TfEditChar
  2.   Left = 369
  3.   Top = 136
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add/Edit Character'
  7.   ClientHeight = 126
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblCode: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 28
  25.     Height = 13
  26.     Caption = 'Code:'
  27.     FocusControl = edCode
  28.   end
  29.   object lblSymbol: TLabel
  30.     Left = 103
  31.     Top = 16
  32.     Width = 37
  33.     Height = 13
  34.     Caption = 'Symbol:'
  35.     FocusControl = edSymbol
  36.   end
  37.   object lblHTML: TLabel
  38.     Left = 176
  39.     Top = 16
  40.     Width = 33
  41.     Height = 13
  42.     Caption = 'HTML:'
  43.     FocusControl = edHTML
  44.   end
  45.   object edCode: TEdit
  46.     Left = 16
  47.     Top = 32
  48.     Width = 57
  49.     Height = 21
  50.     TabOrder = 0
  51.     Text = '0'
  52.     OnChange = edCodeChange
  53.     OnKeyPress = edCodeKeyPress
  54.   end
  55.   object UpDown: TUpDown
  56.     Left = 73
  57.     Top = 32
  58.     Width = 14
  59.     Height = 21
  60.     Associate = edCode
  61.     Min = 0
  62.     Max = 32767
  63.     Position = 0
  64.     TabOrder = 1
  65.     Thousands = False
  66.     Wrap = False
  67.   end
  68.   object edHTML: TEdit
  69.     Left = 176
  70.     Top = 32
  71.     Width = 81
  72.     Height = 21
  73.     TabOrder = 3
  74.   end
  75.   object edSymbol: TEdit
  76.     Left = 104
  77.     Top = 32
  78.     Width = 57
  79.     Height = 22
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 2
  87.     OnChange = edSymbolChange
  88.   end
  89.   object cbxInsert: TCheckBox
  90.     Left = 16
  91.     Top = 64
  92.     Width = 241
  93.     Height = 17
  94.     Caption = '&Insert at selected position'
  95.     TabOrder = 4
  96.   end
  97.   object BtnOk: TButton
  98.     Left = 55
  99.     Top = 96
  100.     Width = 75
  101.     Height = 22
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 5
  105.   end
  106.   object BtnCancel: TButton
  107.     Left = 143
  108.     Top = 96
  109.     Width = 75
  110.     Height = 22
  111.     Cancel = True
  112.     ModalResult = 2
  113.     TabOrder = 6
  114.   end
  115. end
  116.